Click or drag to resize

Service Class

Service class contains the methods to perform operations on Exchange server.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeService

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Service

The Service type exposes the following members.

Constructors
  NameDescription
Public methodService
Initializes a new instance of the Service class.
Public methodService(String)
Initializes a new instance of the Service class.
Public methodService(String, ICredentials)
Initializes a new instance of the Service class.
Top
Properties
  NameDescription
Public propertyAllowAutoRedirect
Gets or sets a value that indicates whether the request should follow redirection responses.
Public propertyAllowWriteStreamBuffering
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
Public propertyAuthorizationCode
Public propertyAuthorizationCodeRedirectUri
Public propertyClientAssertion
Public propertyClientCertificate
Gets or sets the security client certificate.
Public propertyClientId
Public propertyClientSecret
Public propertyConnectionGroupName
Gets or sets the name of the connection group for the request.
Public propertyCookieContainer
Gets or sets the collection of cookies.
Public propertyCredentials
Gets or sets user's credentials.
Public propertyDateTimePrecision
Gets or sets the date time precision.
Public propertyDeviceCode
Public propertyExchangeImpersonation
Gets or sets the ID of the user that Exchange Web Services (EWS) should impersonate.
Public propertyHeaders
Contains custom HTTP headers.
Public propertyKeepAlive
Gets or sets a value indicating whether to make a persistent connection.
Public propertyMailboxCulture
Gets or sets the mailbox culture that is used when opening a mailbox
Public propertyOAuthToken
Public propertyPassword
Public propertyPreAuthenticate
Gets or sets a value indicating whether to send a authenticate header with the request.
Public propertyProxy
Gets or sets proxy server.
Public propertyRequestEncoding
Gets or sets encoding used for a request.
Public propertyRequestServerVersion
Contains the versioning information that identifies the schema version to target for a request.
Public propertyResponseHeaders
Contains HTTP response headers.
Public propertyScope
Public propertySendChunked
Gets or sets a value indicating whether to send data in segments to the Internet resource.
Public propertyTenant
Public propertyTimeout
Gets or sets the time-out value for a request.
Public propertyTimeZoneContext
Gets or sets the time zone context.
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
Public propertyUrl
Gets or sets URL of Exchange Web Services.
Public propertyUsername
Top
Methods
  NameDescription
Public methodAcceptMeetingRequest(AcceptItem)
Accepts meeting request.
Public methodAcceptMeetingRequest(IListAcceptItem)
Accepts meeting requests.
Public methodAcceptMeetingRequest(AcceptItem, FolderId)
Accepts meeting request.
Public methodAcceptMeetingRequest(AcceptItem, MessageDisposition)
Accepts meeting request.
Public methodAcceptMeetingRequest(IListAcceptItem, FolderId)
Accepts meeting requests.
Public methodAcceptMeetingRequest(IListAcceptItem, MessageDisposition)
Accepts meeting requests.
Public methodAcceptMeetingRequest(AcceptItem, MessageDisposition, FolderId)
Accepts meeting request.
Public methodAcceptMeetingRequest(IListAcceptItem, MessageDisposition, FolderId)
Accepts meeting requests.
Public methodAddDelegate(Mailbox, DelegateUser)
Adds delegate to a specific mailbox.
Public methodAddDelegate(Mailbox, IListDelegateUser)
Adds delegates to a specific mailbox.
Public methodAddDelegate(Mailbox, DelegateUser, DeliverMeetingRequests)
Adds delegate to a specific mailbox.
Public methodAddDelegate(Mailbox, IListDelegateUser, DeliverMeetingRequests)
Adds delegates to a specific mailbox.
Public methodAddDistributionGroupToImList
Adds the distribution group to im list.
Public methodAddImContactToGroup
Adds the im contact to group.
Public methodAddImGroup
Adds the im group.
Public methodAddNewImContactToGroup(ItemId, String)
Adds the new im contact to group.
Public methodAddNewImContactToGroup(ItemId, String, String)
Adds the new im contact to group.
Public methodAddNewTelUriContactToGroup
Adds the new tel URI contact to group.
Public methodApplyConversationAction(ConversationAction)
Sets a one-time or follow up action on all the items in a conversation.
Public methodApplyConversationAction(IListConversationAction)
Sets a one-time or follow up action on all the items in a conversation.
Public methodArchiveItem(ItemId, FolderId)
Archives the item.
Public methodArchiveItem(ItemId, StandardFolder)
Archives the item.
Public methodArchiveItem(IListItemId, FolderId)
Archives the item.
Public methodArchiveItem(IListItemId, StandardFolder)
Archives the item.
Public methodCancelMeetingRequest(CancelItem)
Cancels meeting.
Public methodCancelMeetingRequest(IListCancelItem)
Cancels meetings.
Public methodCancelMeetingRequest(RemoveItem)
Cancels meeting.
Public methodCancelMeetingRequest(IListRemoveItem)
Cancels meetings.
Public methodCancelMeetingRequest(CancelItem, FolderId)
Cancels meeting.
Public methodCancelMeetingRequest(CancelItem, MessageDisposition)
Cancels meeting.
Public methodCancelMeetingRequest(IListCancelItem, FolderId)
Cancels meetings.
Public methodCancelMeetingRequest(IListCancelItem, MessageDisposition)
Cancels meetings.
Public methodCancelMeetingRequest(RemoveItem, FolderId)
Cancels meeting.
Public methodCancelMeetingRequest(RemoveItem, MessageDisposition)
Cancels meeting.
Public methodCancelMeetingRequest(IListRemoveItem, FolderId)
Cancels meetings.
Public methodCancelMeetingRequest(IListRemoveItem, MessageDisposition)
Cancels meetings.
Public methodCancelMeetingRequest(CancelItem, MessageDisposition, FolderId)
Cancels meeting.
Public methodCancelMeetingRequest(IListCancelItem, MessageDisposition, FolderId)
Cancels meetings.
Public methodCancelMeetingRequest(RemoveItem, MessageDisposition, FolderId)
Cancels meeting.
Public methodCancelMeetingRequest(IListRemoveItem, MessageDisposition, FolderId)
Cancels meetings.
Public methodConvertId(SourceId, IdFormat)
Converts an ID from one format to another format.
Public methodConvertId(IListSourceId, IdFormat)
Converts IDs from one format to another format.
Public methodCopyFolder(FolderId, FolderId)
Copies a folder.
Public methodCopyFolder(FolderId, StandardFolder)
Copies a folder.
Public methodCopyFolder(IListFolderId, FolderId)
Copies multiple folders.
Public methodCopyFolder(IListFolderId, StandardFolder)
Copies multiple folders.
Public methodCopyItem(ItemId, FolderId)
Copies an item.
Public methodCopyItem(ItemId, StandardFolder)
Copies an item.
Public methodCopyItem(IListItemId, FolderId)
Copies multiple items.
Public methodCopyItem(IListItemId, StandardFolder)
Copies multiple items.
Public methodCreateAttachment(Attachment, ItemId)
Creates either an item or file attachment and attaches it to the specified item.
Public methodCreateAttachment(Attachment, String)
Creates either an item or file attachment and attaches it to the specified item.
Public methodCreateAttachment(IListAttachment, ItemId)
Creates attachments and attaches them to the specified item.
Public methodCreateAttachment(IListAttachment, String)
Creates attachments and attaches them to the specified item.
Public methodCreateCalendarOptions(CalendarOptions)
Creates the calendar options.
Public methodCreateCalendarOptions(CalendarOptions, FolderId)
Creates the calendar options.
Public methodCreateCalendarOptions(CalendarOptions, StandardFolder)
Creates the calendar options.
Public methodCreateCategoryList(CategoryList)
Creates the category list.
Public methodCreateCategoryList(CategoryList, FolderId)
Creates the category list.
Public methodCreateCategoryList(CategoryList, StandardFolder)
Creates the category list.
Public methodCreateFolder(String, FolderId)
Creates a folder.
Public methodCreateFolder(String, StandardFolder)
Creates a folder.
Public methodCreateFolder(Folder, FolderId)
Creates a folder.
Public methodCreateFolder(Folder, StandardFolder)
Creates a folder.
Public methodCreateFolder(IListFolder, FolderId)
Creates multiple folders.
Public methodCreateFolder(IListFolder, StandardFolder)
Creates multiple folders.
Public methodCreateFolderPath(IListFolder, FolderId)
Creates the folder path.
Public methodCreateFolderPath(IListFolder, StandardFolder)
Creates the folder path.
Public methodCreateItem(Item)
Creates an item.
Public methodCreateItem(IListItem)
Creates multiple items.
Public methodCreateItem(Item, FolderId)
Creates an item.
Public methodCreateItem(Item, StandardFolder)
Creates an item.
Public methodCreateItem(IListItem, FolderId)
Creates multiple items.
Public methodCreateItem(IListItem, StandardFolder)
Creates multiple items.
Public methodCreateItem(Item, FolderId, MessageDisposition)
Creates an item.
Public methodCreateItem(Item, FolderId, SendMeetingInvitations)
Creates an item.
Public methodCreateItem(Item, StandardFolder, MessageDisposition)
Creates an item.
Public methodCreateItem(Item, StandardFolder, SendMeetingInvitations)
Creates an item.
Public methodCreateItem(IListItem, FolderId, MessageDisposition)
Creates multiple items.
Public methodCreateItem(IListItem, FolderId, SendMeetingInvitations)
Creates multiple items.
Public methodCreateItem(IListItem, StandardFolder, MessageDisposition)
Creates multiple items.
Public methodCreateItem(IListItem, StandardFolder, SendMeetingInvitations)
Creates multiple items.
Public methodCreateItem(Item, FolderId, MessageDisposition, SendMeetingInvitations)
Creates an item.
Public methodCreateItem(Item, StandardFolder, MessageDisposition, SendMeetingInvitations)
Creates an item.
Public methodCreateItem(IListItem, FolderId, MessageDisposition, SendMeetingInvitations)
Creates multiple items.
Public methodCreateItem(IListItem, StandardFolder, MessageDisposition, SendMeetingInvitations)
Creates multiple items.
Public methodCreateManagedFolder(IListString)
Creates multiple managed folders.
Public methodCreateManagedFolder(String)
Creates a managed folder.
Public methodCreateManagedFolder(IListString, Mailbox)
Creates multiple managed folders.
Public methodCreateManagedFolder(String, Mailbox)
Creates a managed folder.
Public methodCreateOwaOptions(OwaOptions)
Creates the owa options.
Public methodCreateOwaOptions(OwaOptions, FolderId)
Creates the owa options.
Public methodCreateOwaOptions(OwaOptions, StandardFolder)
Creates the owa options.
Public methodCreateRetentionSettings(RetentionSettings)
Creates the retention settings.
Public methodCreateRetentionSettings(RetentionSettings, FolderId)
Creates the retention settings.
Public methodCreateRetentionSettings(RetentionSettings, StandardFolder)
Creates the retention settings.
Public methodCreateRule(Rule)
Creates an inbox rule.
Public methodCreateRule(IListRule)
Creates inbox rules.
Public methodCreateRule(Rule, Boolean)
Creates an inbox rule.
Public methodCreateRule(Rule, String)
Creates an inbox rule.
Public methodCreateRule(IListRule, Boolean)
Creates inbox rules.
Public methodCreateRule(IListRule, String)
Creates inbox rules.
Public methodCreateRule(Rule, String, Boolean)
Creates an inbox rule.
Public methodCreateRule(IListRule, String, Boolean)
Creates inbox rules.
Public methodCreateUserConfiguration
Creates a user configuration object on a folder.
Public methodDeclineMeetingRequest(DeclineItem)
Declines meeting request.
Public methodDeclineMeetingRequest(IListDeclineItem)
Declines meeting requests.
Public methodDeclineMeetingRequest(DeclineItem, FolderId)
Declines meeting request.
Public methodDeclineMeetingRequest(DeclineItem, MessageDisposition)
Declines meeting request.
Public methodDeclineMeetingRequest(IListDeclineItem, FolderId)
Declines meeting requests.
Public methodDeclineMeetingRequest(IListDeclineItem, MessageDisposition)
Declines meeting requests.
Public methodDeclineMeetingRequest(DeclineItem, MessageDisposition, FolderId)
Declines meeting request.
Public methodDeclineMeetingRequest(IListDeclineItem, MessageDisposition, FolderId)
Declines meeting requests.
Public methodDeleteAttachment(IListString)
Deletes file or item attachments from an existing item.
Public methodDeleteAttachment(String)
Deletes file or item attachment from an existing item.
Public methodDeleteAttachment(AttachmentInfo)
Deletes file or item attachment from an existing item.
Public methodDeleteAttachment(IListAttachmentInfo)
Deletes file or item attachments from an existing item.
Public methodDeleteCalendarOptions
Deletes the calendar options.
Public methodDeleteCalendarOptions(FolderId)
Deletes the calendar options.
Public methodDeleteCalendarOptions(StandardFolder)
Deletes the calendar options.
Public methodDeleteCategoryList
Deletes the category list.
Public methodDeleteCategoryList(FolderId)
Deletes the category list.
Public methodDeleteCategoryList(StandardFolder)
Deletes the category list.
Public methodDeleteFolder(FolderId)
Deletes a folder.
Public methodDeleteFolder(IListFolderId)
Deletes multiple folders.
Public methodDeleteFolder(FolderId, DeleteType)
Deletes a folder.
Public methodDeleteFolder(IListFolderId, DeleteType)
Deletes multiple folders.
Public methodDeleteItem(ItemId)
Deletes an item.
Public methodDeleteItem(IListItemId)
Deletes multiple items.
Public methodDeleteItem(ItemId, AffectedTaskOccurrences)
Deletes the item.
Public methodDeleteItem(ItemId, DeleteType)
Deletes an item.
Public methodDeleteItem(ItemId, SendMeetingInvitations)
Deletes an item.
Public methodDeleteItem(IListItemId, AffectedTaskOccurrences)
Deletes multiple items.
Public methodDeleteItem(IListItemId, DeleteType)
Deletes multiple items.
Public methodDeleteItem(IListItemId, SendMeetingInvitations)
Deletes multiple items.
Public methodDeleteItem(ItemId, DeleteType, AffectedTaskOccurrences)
Deletes an item.
Public methodDeleteItem(ItemId, DeleteType, SendMeetingInvitations)
Deletes an item.
Public methodDeleteItem(IListItemId, DeleteType, AffectedTaskOccurrences)
Deletes multiple items.
Public methodDeleteItem(IListItemId, DeleteType, SendMeetingInvitations)
Deletes multiple items.
Public methodDeleteItem(ItemId, DeleteType, SendMeetingInvitations, AffectedTaskOccurrences)
Deletes an item.
Public methodDeleteItem(IListItemId, DeleteType, SendMeetingInvitations, AffectedTaskOccurrences)
Deletes multiple items.
Public methodDeleteOwaOptions
Deletes the owa options.
Public methodDeleteOwaOptions(FolderId)
Deletes the owa options.
Public methodDeleteOwaOptions(StandardFolder)
Deletes the owa options.
Public methodDeleteRetentionSettings
Deletes the retention settings.
Public methodDeleteRetentionSettings(FolderId)
Deletes the retention settings.
Public methodDeleteRetentionSettings(StandardFolder)
Deletes the retention settings.
Public methodDeleteRule(IListString)
Deletes inbox rules.
Public methodDeleteRule(String)
Deletes an inbox rule.
Public methodDeleteRule(IListString, Boolean)
Deletes inbox rules.
Public methodDeleteRule(IListString, String)
Deletes inbox rules.
Public methodDeleteRule(String, Boolean)
Deletes an inbox rule.
Public methodDeleteRule(String, String)
Deletes the rule.
Public methodDeleteRule(IListString, String, Boolean)
Deletes the rule.
Public methodDeleteRule(String, String, Boolean)
Deletes an inbox rule.
Public methodDeleteUserConfiguration
Deletes a user configuration object on a folder.
Public methodDisableApp(String)
Disables the application.
Public methodDisableApp(String, DisableReason)
Disables the application.
Public methodEmptyFolder(FolderId)
Empties a folder.
Public methodEmptyFolder(IListFolderId)
Empties multiple folders.
Public methodEmptyFolder(StandardFolder)
Empties a folder.
Public methodEmptyFolder(FolderId, DeleteType)
Empties a folder.
Public methodEmptyFolder(FolderId, Boolean)
Empties a folder.
Public methodEmptyFolder(IListFolderId, DeleteType)
Empties multiple folders.
Public methodEmptyFolder(IListFolderId, Boolean)
Empties multiple folders.
Public methodEmptyFolder(StandardFolder, DeleteType)
Empties a folder.
Public methodEmptyFolder(StandardFolder, Boolean)
Empties a folder.
Public methodEmptyFolder(FolderId, DeleteType, Boolean)
Empties a folder.
Public methodEmptyFolder(IListFolderId, DeleteType, Boolean)
Empties multiple folders.
Public methodEmptyFolder(StandardFolder, DeleteType, Boolean)
Empties a folder.
Public methodEquals (Inherited from Object.)
Public methodExpandDistributionList(String)
Expands a distribution list identified by the SMTP address.
Public methodExpandDistributionList(ItemId)
Expands a distribution list identified by the ItemId.
Public methodExpandDistributionList(Mailbox)
Expands a distribution list identified by the mailbox.
Public methodExportItems(ItemId)
Exports an item from a mailbox.
Public methodExportItems(IListItemId)
Exports items from a mailbox.
Protected methodFinalize (Inherited from Object.)
Public methodFindConversation(FolderId)
Finds the conversation.
Public methodFindConversation(StandardFolder)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape)
Finds the conversation.
Public methodFindConversation(FolderId, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, View)
Finds the conversation.
Public methodFindConversation(FolderId, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape)
Finds the conversation.
Public methodFindConversation(StandardFolder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, View)
Finds the conversation.
Public methodFindConversation(StandardFolder, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal, View)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, View)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(FolderId, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal, View)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, View)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(StandardFolder, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal, View)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal, View)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal, View, ViewFilter)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(FolderId, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindConversation(StandardFolder, ConversationShape, ConversationQueryTraversal, View, ViewFilter, IListPropertyOrder, MailboxSearchLocation, QueryString)
Finds the conversation.
Public methodFindFolder(FolderId)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, Restriction)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, Restriction, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, Restriction, PageView)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, FolderShape, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(FolderId, IListPropertyPath, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, FolderShape, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(IListFolderId, IListPropertyPath, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, FolderShape, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindFolder(StandardFolder, IListPropertyPath, Restriction, PageView, FolderQueryTraversal)
Finds subfolders of the specified folder.
Public methodFindItem(FolderId)
Finds items in the specified folder.
Public methodFindItem(IListFolderId)
Finds items in the specified folder.
Public methodFindItem(StandardFolder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape)
Finds items in the specified folder.
Public methodFindItem(FolderId, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction)
Finds items in the specified folder.
Public methodFindItem(FolderId, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, PropertyOrder, View)
Finds the item.
Public methodFindItem(FolderId, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, PropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(FolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, PropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(StandardFolder, IListPropertyPath, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal)
Finds items in the specified folder.
Public methodFindItem(IListFolderId, ItemShape, Restriction, IGroupBy, IListPropertyOrder, View, ItemQueryTraversal, QueryString)
Finds items in the specified folder.
Public methodFindMailboxStatisticsByKeywords
Finds the mailbox statistics by keywords.
Public methodFindMessageTrackingReport(MessageTrackingScope, String)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime, String)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime, String, Mailbox)
Finds messages that meet the specified criteria.
Public methodFindMessageTrackingReport(MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime, String, Mailbox, String)
Finds messages that meet the specified criteria.
Public methodFindPeople(FolderId)
Finds the people.
Public methodFindPeople(StandardFolder)
Finds the people.
Public methodFindPeople(FolderId, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape)
Finds the people.
Public methodFindPeople(FolderId, Restriction)
Finds the people.
Public methodFindPeople(FolderId, IListPropertyOrder)
Finds the people.
Public methodFindPeople(FolderId, String)
Finds the people.
Public methodFindPeople(StandardFolder, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape)
Finds the people.
Public methodFindPeople(StandardFolder, Restriction)
Finds the people.
Public methodFindPeople(StandardFolder, IListPropertyOrder)
Finds the people.
Public methodFindPeople(StandardFolder, String)
Finds the people.
Public methodFindPeople(FolderId, IndexedPageView, String)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, Restriction)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IListPropertyOrder)
Finds the people.
Public methodFindPeople(FolderId, Restriction, Restriction)
Finds the people.
Public methodFindPeople(FolderId, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, Restriction)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IListPropertyOrder)
Finds the people.
Public methodFindPeople(StandardFolder, Restriction, Restriction)
Finds the people.
Public methodFindPeople(StandardFolder, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IndexedPageView, String)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, Restriction, Restriction)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IListPropertyOrder, String)
Finds the people.
Public methodFindPeople(FolderId, Restriction, Restriction, IListPropertyOrder)
Finds the people.
Public methodFindPeople(FolderId, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, Restriction, Restriction)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IListPropertyOrder, String)
Finds the people.
Public methodFindPeople(StandardFolder, Restriction, Restriction, IListPropertyOrder)
Finds the people.
Public methodFindPeople(StandardFolder, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, Restriction, Restriction, IListPropertyOrder)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(FolderId, Restriction, Restriction, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, Restriction, Restriction, IListPropertyOrder)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, Restriction, Restriction, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, Restriction, Restriction, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(FolderId, Restriction, Restriction, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, Restriction, Restriction, IListPropertyOrder, IndexedPageView)
Finds the people.
Public methodFindPeople(StandardFolder, Restriction, Restriction, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(FolderId, PersonaShape, Restriction, Restriction, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodFindPeople(StandardFolder, PersonaShape, Restriction, Restriction, IListPropertyOrder, IndexedPageView, String)
Finds the people.
Public methodForward(ForwardItem)
Forwards a message.
Public methodForward(IListForwardItem)
Forwards multiple messages.
Public methodForward(ForwardItem, FolderId)
Forwards a message.
Public methodForward(ForwardItem, MessageDisposition)
Forwards a message.
Public methodForward(IListForwardItem, FolderId)
Forwards multiple messages.
Public methodForward(IListForwardItem, MessageDisposition)
Forwards multiple messages.
Public methodForward(ForwardItem, MessageDisposition, FolderId)
Forwards a message.
Public methodForward(IListForwardItem, MessageDisposition, FolderId)
Forwards multiple messages.
Public methodGetAppManifests
Gets the application manifests.
Public methodGetAppMarketplaceUrl
Gets the application marketplace URL.
Public methodGetAppointment(String)
Gets an appointment.
Public methodGetAppointment(ItemId)
Gets an appointment.
Public methodGetAppointment(String, ItemShape)
Gets an appointment.
Public methodGetAppointment(String, ShapeType)
Gets an appointment.
Public methodGetAppointment(String, IListPropertyPath)
Gets an appointment.
Public methodGetAppointment(ItemId, ItemShape)
Gets an appointment.
Public methodGetAppointment(ItemId, ShapeType)
Gets an appointment.
Public methodGetAppointment(ItemId, IListPropertyPath)
Gets an appointment.
Public methodGetAttachment(String)
Retrieve existing attachment.
Public methodGetAttachment(AttachmentInfo)
Retrieve existing attachment.
Public methodGetAttachment(String, AttachmentShape)
Retrieve existing attachment.
Public methodGetAttachment(AttachmentInfo, AttachmentShape)
Retrieve existing attachment.
Public methodGetAttachments(IListString)
Retrieve existing attachments.
Public methodGetAttachments(IListAttachmentInfo)
Retrieve existing attachments.
Public methodGetAttachments(IListString, AttachmentShape)
Retrieve existing attachments.
Public methodGetAttachments(IListAttachmentInfo, AttachmentShape)
Retrieve existing attachments.
Public methodGetAuthorizationCodeRequestUri(String)
Public methodGetAuthorizationCodeRequestUri(String, String)
Public methodGetAuthorizationCodeRequestUri(String, String, String)
Public methodGetAvailability(MailboxData, SerializableTimeZone, FreeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetAvailability(MailboxData, SerializableTimeZone, SuggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetAvailability(IListMailboxData, SerializableTimeZone, FreeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetAvailability(IListMailboxData, SerializableTimeZone, SuggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetAvailability(MailboxData, SerializableTimeZone, FreeBusyViewOptions, SuggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetAvailability(IListMailboxData, SerializableTimeZone, FreeBusyViewOptions, SuggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Public methodGetCalendarOptions
Gets the calendar options.
Public methodGetCalendarOptions(FolderId)
Gets the calendar options.
Public methodGetCalendarOptions(StandardFolder)
Gets the calendar options.
Public methodGetCategoryList
Gets the category list.
Public methodGetCategoryList(FolderId)
Gets the category list.
Public methodGetCategoryList(StandardFolder)
Gets the category list.
Public methodGetClientAccessToken(ClientAccessTokenRequest)
Gets the client access token.
Public methodGetClientAccessToken(IListClientAccessTokenRequest)
Gets the client access token.
Public methodGetClientAccessToken(String, ClientAccessTokenType)
Gets the client access token.
Public methodGetContact(String)
Gets a contact.
Public methodGetContact(ItemId)
Gets a contact.
Public methodGetContact(String, ItemShape)
Gets a contact.
Public methodGetContact(String, ShapeType)
Gets a contact.
Public methodGetContact(String, IListPropertyPath)
Gets a contact.
Public methodGetContact(ItemId, ItemShape)
Gets a contact.
Public methodGetContact(ItemId, ShapeType)
Gets a contact.
Public methodGetContact(ItemId, IListPropertyPath)
Gets a contact.
Public methodGetConversationItems(ConversationRequest)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest)
Gets the conversation items.
Public methodGetConversationItems(ConversationRequest, ItemShape)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest, ItemShape)
Gets the conversation items.
Public methodGetConversationItems(ConversationRequest, ItemShape, MailboxSearchLocation)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest, ItemShape, MailboxSearchLocation)
Gets the conversation items.
Public methodGetConversationItems(ConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId)
Gets the conversation items.
Public methodGetConversationItems(ConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder)
Gets the conversation items.
Public methodGetConversationItems(ConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder, Int32)
Gets the conversation items.
Public methodGetConversationItems(IListConversationRequest, ItemShape, MailboxSearchLocation, IListFolderId, ConversationNodeSortOrder, Int32)
Gets the conversation items.
Public methodGetDelegate(Mailbox)
Retrieves the delegates of a specific mailbox.
Public methodGetDelegate(Mailbox, UserId)
Retrieves the delegates of a specific mailbox.
Public methodGetDelegate(Mailbox, Boolean)
Gets the delegate.
Public methodGetDelegate(Mailbox, IListUserId)
Retrieves the delegates of a specific mailbox.
Public methodGetDelegate(Mailbox, Boolean, UserId)
Retrieves the delegates of a specific mailbox.
Public methodGetDelegate(Mailbox, Boolean, IListUserId)
Retrieves the delegates of a specific mailbox.
Public methodGetDeviceAuthorizationCode
Public methodGetDiscoverySearchConfiguration(String)
Gets the discovery search configuration.
Public methodGetDiscoverySearchConfiguration(String, Boolean)
Gets the discovery search configuration.
Public methodGetDiscoverySearchConfiguration(String, Boolean, Boolean)
Gets the discovery search configuration.
Public methodGetDistributionList(String)
Gets a DistributionList.
Public methodGetDistributionList(ItemId)
Gets a DistributionList.
Public methodGetDistributionList(String, ItemShape)
Gets a DistributionList.
Public methodGetDistributionList(String, ShapeType)
Gets a DistributionList.
Public methodGetDistributionList(String, IListPropertyPath)
Gets a DistributionList.
Public methodGetDistributionList(ItemId, ItemShape)
Gets a DistributionList.
Public methodGetDistributionList(ItemId, ShapeType)
Gets a DistributionList.
Public methodGetDistributionList(ItemId, IListPropertyPath)
Gets a DistributionList.
Public methodGetEvents(SubscribeResponse)
Gets events that have occurred in a mailbox since the last notification.
Public methodGetEvents(String, String)
Gets events that have occurred in a mailbox since the specified notification.
Public methodGetFolder(String)
Gets a folder.
Public methodGetFolder(FolderId)
Gets a folder.
Public methodGetFolder(StandardFolder)
Gets a folder.
Public methodGetFolder(String, FolderShape)
Gets a folder.
Public methodGetFolder(String, ShapeType)
Gets a folder.
Public methodGetFolder(String, IListPropertyPath)
Gets a folder.
Public methodGetFolder(FolderId, FolderShape)
Gets a folder.
Public methodGetFolder(FolderId, ShapeType)
Gets a folder.
Public methodGetFolder(FolderId, IListPropertyPath)
Gets a folder.
Public methodGetFolder(StandardFolder, FolderShape)
Gets a folder.
Public methodGetFolder(StandardFolder, ShapeType)
Gets a folder.
Public methodGetFolder(StandardFolder, IListPropertyPath)
Gets a folder.
Public methodGetFolders(IListFolderId)
Gets multiple folders.
Public methodGetFolders(IListFolderId, FolderShape)
Gets multiple folders.
Public methodGetFolders(IListFolderId, ShapeType)
Gets multiple folders.
Public methodGetFolders(IListFolderId, IListPropertyPath)
Gets multiple folders.
Public methodGetHashCode (Inherited from Object.)
Public methodGetHoldOnMailboxes
Gets the hold on mailboxes.
Public methodGetImItemList
Gets the im item list.
Public methodGetImItemList(ExtendedPropertyList)
Gets the im item list.
Public methodGetImItems(IListItemId)
Gets the im items.
Public methodGetImItems(IListItemId, IListItemId)
Gets the im items.
Public methodGetImItems(IListItemId, IListItemId, ExtendedPropertyList)
Gets the im items.
Public methodGetItem(String)
Gets an item.
Public methodGetItem(ItemId)
Gets an item.
Public methodGetItem(String, ItemShape)
Gets an item.
Public methodGetItem(String, ShapeType)
Gets an item.
Public methodGetItem(String, IListPropertyPath)
Gets an item.
Public methodGetItem(ItemId, ItemShape)
Gets an item.
Public methodGetItem(ItemId, ShapeType)
Gets an item.
Public methodGetItem(ItemId, IListPropertyPath)
Gets an item.
Public methodGetItems(IListItemId)
Gets items.
Public methodGetItems(IListItemId, ItemShape)
Gets items.
Public methodGetItems(IListItemId, ShapeType)
Gets items.
Public methodGetItems(IListItemId, IListPropertyPath)
Gets items.
Public methodGetJournal(String)
Gets a journal.
Public methodGetJournal(ItemId)
Gets a journal.
Public methodGetJournal(String, ItemShape)
Gets a journal.
Public methodGetJournal(String, ShapeType)
Gets a journal.
Public methodGetJournal(String, IListPropertyPath)
Gets a journal.
Public methodGetJournal(ItemId, ItemShape)
Gets a journal.
Public methodGetJournal(ItemId, ShapeType)
Gets a journal.
Public methodGetJournal(ItemId, IListPropertyPath)
Gets a journal.
Public methodGetMailTips(Mailbox, IListMailbox)
Gets the mail tips information for the specified mailbox.
Public methodGetMailTips(Mailbox, IListMailbox, MailTipType)
Gets the mail tips information for the specified mailbox.
Public methodGetMeetingCancellation(String)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(ItemId)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(String, ItemShape)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(String, ShapeType)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(String, IListPropertyPath)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(ItemId, ItemShape)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(ItemId, ShapeType)
Gets a meeting cancellation message.
Public methodGetMeetingCancellation(ItemId, IListPropertyPath)
Gets a meeting cancellation message.
Public methodGetMeetingMessage(String)
Gets a meeting message.
Public methodGetMeetingMessage(ItemId)
Gets a meeting message.
Public methodGetMeetingMessage(String, ItemShape)
Gets a meeting message.
Public methodGetMeetingMessage(String, ShapeType)
Gets a meeting message.
Public methodGetMeetingMessage(String, IListPropertyPath)
Gets a meeting message.
Public methodGetMeetingMessage(ItemId, ItemShape)
Gets a meeting message.
Public methodGetMeetingMessage(ItemId, ShapeType)
Gets a meeting message.
Public methodGetMeetingMessage(ItemId, IListPropertyPath)
Gets a meeting message.
Public methodGetMeetingRequest(String)
Gets a meeting request message.
Public methodGetMeetingRequest(ItemId)
Gets a meeting request message.
Public methodGetMeetingRequest(String, ItemShape)
Gets a meeting request message.
Public methodGetMeetingRequest(String, ShapeType)
Gets a meeting request message.
Public methodGetMeetingRequest(String, IListPropertyPath)
Gets a meeting request message.
Public methodGetMeetingRequest(ItemId, ItemShape)
Gets a meeting request message.
Public methodGetMeetingRequest(ItemId, ShapeType)
Gets a meeting request message.
Public methodGetMeetingRequest(ItemId, IListPropertyPath)
Gets a meeting request message.
Public methodGetMeetingResponse(String)
Gets a meeting response message.
Public methodGetMeetingResponse(ItemId)
Gets a meeting response message.
Public methodGetMeetingResponse(String, ItemShape)
Gets a meeting response message.
Public methodGetMeetingResponse(String, ShapeType)
Gets a meeting response message.
Public methodGetMeetingResponse(String, IListPropertyPath)
Gets a meeting response message.
Public methodGetMeetingResponse(ItemId, ItemShape)
Gets a meeting response message.
Public methodGetMeetingResponse(ItemId, ShapeType)
Gets a meeting response message.
Public methodGetMeetingResponse(ItemId, IListPropertyPath)
Gets a meeting response message.
Public methodGetMessage(String)
Gets a message.
Public methodGetMessage(ItemId)
Gets a message.
Public methodGetMessage(String, ItemShape)
Gets a message.
Public methodGetMessage(String, ShapeType)
Gets a message.
Public methodGetMessage(String, IListPropertyPath)
Gets a message.
Public methodGetMessage(ItemId, ItemShape)
Gets a message.
Public methodGetMessage(ItemId, ShapeType)
Gets a message.
Public methodGetMessage(ItemId, IListPropertyPath)
Gets a message.
Public methodGetMessageFile(String)
Gets an item as Outlook .msg file.
Public methodGetMessageFile(ItemId)
Gets an item as Outlook .msg file.
Public methodGetMessageFile(String, IListExtendedPropertyPath)
Gets an item as Outlook .msg file.
Public methodGetMessageFile(ItemId, IListExtendedPropertyPath)
Gets an item as Outlook .msg file.
Public methodGetMessageTrackingReport(MessageTrackingScope, MessageTrackingReportTemplate, String)
Gets tracking information about the specified messages.
Public methodGetMessageTrackingReport(MessageTrackingScope, MessageTrackingReportTemplate, String, Mailbox)
Gets tracking information about the specified messages.
Public methodGetMessageTrackingReport(MessageTrackingScope, MessageTrackingReportTemplate, String, Mailbox, Boolean)
Gets tracking information about the specified messages.
Public methodGetMessageTrackingReport(MessageTrackingScope, MessageTrackingReportTemplate, String, Mailbox, Boolean, String)
Gets tracking information about the specified messages.
Public methodGetNonIndexableItemDetails(IListString)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(String)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(IListString, Int32)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(String, Int32)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(IListString, Int32, String)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(String, Int32, String)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(IListString, Int32, String, SearchPageDirection)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(String, Int32, String, SearchPageDirection)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(IListString, Int32, String, SearchPageDirection, Boolean)
Gets the non indexable item details.
Public methodGetNonIndexableItemDetails(String, Int32, String, SearchPageDirection, Boolean)
Gets the non indexable item details.
Public methodGetNonIndexableItemStatistics(IListString)
Gets the non indexable item statistics.
Public methodGetNonIndexableItemStatistics(String)
Gets the non indexable item statistics.
Public methodGetNonIndexableItemStatistics(IListString, Boolean)
Gets the non indexable item statistics.
Public methodGetNonIndexableItemStatistics(String, Boolean)
Gets the non indexable item statistics.
Public methodGetNote(String)
Gets a note.
Public methodGetNote(ItemId)
Gets a note.
Public methodGetNote(String, ItemShape)
Gets a note.
Public methodGetNote(String, ShapeType)
Gets a note.
Public methodGetNote(String, IListPropertyPath)
Gets a note.
Public methodGetNote(ItemId, ItemShape)
Gets a note.
Public methodGetNote(ItemId, ShapeType)
Gets a note.
Public methodGetNote(ItemId, IListPropertyPath)
Gets a note.
Public methodGetOAuthTokenWithAuthorizationCode(String, String)
Public methodGetOAuthTokenWithAuthorizationCode(String, String, String)
Public methodGetOAuthTokenWithClientAssertion
Public methodGetOAuthTokenWithClientSecret
Public methodGetOAuthTokenWithDeviceAuthorizationCode
Public methodGetOAuthTokenWithUsernamePassword(String, String)
Public methodGetOAuthTokenWithUsernamePassword(String, String, String)
Public methodGetOAuthTokenWithUsernamePassword(String, String, String, String)
Public methodGetOutOfOffice(String)
Gets Out of Office settings for the specified mailbox.
Public methodGetOutOfOffice(EmailAddress)
Gets Out of Office settings for the specified mailbox.
Public methodGetOwaOptions
Gets the owa options.
Public methodGetOwaOptions(FolderId)
Gets the owa options.
Public methodGetOwaOptions(StandardFolder)
Gets the owa options.
Public methodGetPasswordExpirationDate
Gets password expiration date.
Public methodGetPersona
Gets the persona.
Public methodGetPost(String)
Gets a post item.
Public methodGetPost(ItemId)
Gets a post item.
Public methodGetPost(String, ItemShape)
Gets a post item.
Public methodGetPost(String, ShapeType)
Gets a post item.
Public methodGetPost(String, IListPropertyPath)
Gets a post item.
Public methodGetPost(ItemId, ItemShape)
Gets a post item.
Public methodGetPost(ItemId, ShapeType)
Gets a post item.
Public methodGetPost(ItemId, IListPropertyPath)
Gets a post item.
Public methodGetReminders
Gets the reminders.
Public methodGetReminders(ReminderType)
Gets the reminders.
Public methodGetReminders(DateTime, DateTime)
Gets the reminders.
Public methodGetReminders(DateTime, DateTime, ReminderType)
Gets the reminders.
Public methodGetReminders(DateTime, DateTime, Int32)
Gets the reminders.
Public methodGetReminders(DateTime, DateTime, ReminderType, Int32)
Gets the reminders.
Public methodGetRetentionSettings
Gets the retention settings.
Public methodGetRetentionSettings(FolderId)
Gets the retention settings.
Public methodGetRetentionSettings(StandardFolder)
Gets the retention settings.
Public methodGetRoomLists
Retrieves a collection of all room lists in the organization.
Public methodGetRooms
Retrieves a collection of all rooms in the specified room list in the organization.
Public methodGetRules
Retrieves a collection of Inbox rules that are associated with the authenticated user.
Public methodGetRules(String)
Retrieves a collection of Inbox rules.
Public methodGetSearchableMailboxes(String)
Gets the searchable mailboxes.
Public methodGetSearchableMailboxes(String, Boolean)
Gets the searchable mailboxes.
Public methodGetServerTimeZones
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServerTimeZones(Boolean)
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServerTimeZones(IListString)
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServerTimeZones(String)
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServerTimeZones(IListString, Boolean)
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServerTimeZones(String, Boolean)
Gets information from time zone definitions that are available on the Exchange server.
Public methodGetServiceConfiguration(ServiceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
Public methodGetServiceConfiguration(Mailbox, ServiceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
Public methodGetServiceConfiguration(Mailbox, IListServiceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
Public methodGetSharingFolder(String, SharingDataType)
Gets the local folder identifier of the specified shared folder.
Public methodGetSharingFolder(String, String)
Gets the local folder identifier of the specified shared folder.
Public methodGetSharingFolder(String, SharingDataType, String)
Gets the local folder identifier of the specified shared folder.
Public methodGetSharingMetadata
Gets an opaque authentication token that identifies the sharing invitation.
Public methodGetSignInRequestUri(String)
Public methodGetSignInRequestUri(String, String)
Public methodGetSignInRequestUri(String, String, String)
Public methodGetSignInRequestUri(String, String, String, String)
Public methodGetSignInRequestUri(String, String, String, String, String)
Public methodGetSignInRequestUri(String, String, String, String, String, String)
Public methodGetSignInRequestUri(String, String, String, String, String, String, String)
Public methodGetSignInRequestUri(String, String, String, String, String, String, String, String)
Public methodGetStreamingEvents(IListString)
Gets the streaming events.
Public methodGetStreamingEvents(String)
Gets the streaming events.
Public methodGetStreamingEvents(IListString, Int32)
Gets the streaming events.
Public methodGetStreamingEvents(String, Int32)
Gets the streaming events.
Public methodGetTask(String)
Gets a task.
Public methodGetTask(ItemId)
Gets a task.
Public methodGetTask(String, ItemShape)
Gets a task.
Public methodGetTask(String, ShapeType)
Gets task item.
Public methodGetTask(String, IListPropertyPath)
Gets a task.
Public methodGetTask(ItemId, ItemShape)
Gets a task.
Public methodGetTask(ItemId, ShapeType)
Gets a task.
Public methodGetTask(ItemId, IListPropertyPath)
Gets a task.
Public methodGetType (Inherited from Object.)
Public methodGetUserConfiguration(UserConfigurationName)
Gets a user configuration object from a folder.
Public methodGetUserConfiguration(UserConfigurationName, UserConfigurationProperty)
Gets a user configuration object from a folder.
Public methodGetUserPhoto
Gets the user photo.
Public methodGetUserRetentionPolicyTags
Gets the user retention policy tags.
Public methodInstallApp
Installs the application.
Public methodMarkAllItemsAsRead(FolderId)
Marks all items as read.
Public methodMarkAllItemsAsRead(IListFolderId)
Marks all items as read.
Public methodMarkAllItemsAsRead(StandardFolder)
Marks all items as read.
Public methodMarkAllItemsAsRead(FolderId, Boolean)
Marks all items as read.
Public methodMarkAllItemsAsRead(IListFolderId, Boolean)
Marks all items as read.
Public methodMarkAllItemsAsRead(StandardFolder, Boolean)
Marks all items as read.
Public methodMarkAllItemsAsRead(FolderId, Boolean, Boolean)
Marks all items as read.
Public methodMarkAllItemsAsRead(IListFolderId, Boolean, Boolean)
Marks all items as read.
Public methodMarkAllItemsAsRead(StandardFolder, Boolean, Boolean)
Marks all items as read.
Public methodMarkAsJunk(ItemId)
Marks as junk.
Public methodMarkAsJunk(IListItemId)
Marks as junk.
Public methodMarkAsJunk(ItemId, Boolean)
Marks as junk.
Public methodMarkAsJunk(IListItemId, Boolean)
Marks as junk.
Public methodMarkAsJunk(ItemId, Boolean, Boolean)
Marks as junk.
Public methodMarkAsJunk(IListItemId, Boolean, Boolean)
Marks as junk.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMoveFolder(FolderId, FolderId)
Moves a folder.
Public methodMoveFolder(FolderId, StandardFolder)
Moves a folder.
Public methodMoveFolder(IListFolderId, FolderId)
Moves multiple folders.
Public methodMoveFolder(IListFolderId, StandardFolder)
Moves multiple folders.
Public methodMoveItem(ItemId, FolderId)
Moves an item.
Public methodMoveItem(ItemId, StandardFolder)
Moves an item.
Public methodMoveItem(IListItemId, FolderId)
Moves multiple items.
Public methodMoveItem(IListItemId, StandardFolder)
Moves multiple items.
Public methodParseSendNotificationResponse
Parses the send notification response.
Public methodPerformReminderAction(ReminderItemAction)
Performs the reminder action.
Public methodPerformReminderAction(IListReminderItemAction)
Performs the reminder action.
Public methodPerformReminderAction(ItemId, ReminderActionType)
Performs the reminder action.
Public methodPerformReminderAction(ItemId, ReminderActionType, DateTime)
Performs the reminder action.
Public methodRefreshOAuthToken
Public methodRefreshOAuthToken(String, String, String)
Public methodRefreshOAuthToken(String, String, String, IListString)
Public methodRefreshOAuthToken(String, String, String, IListString, String)
Public methodRefreshSharingFolder
Refreshes the specified local folder with the latest data from the folder that is being shared.
Public methodRemoveContactFromImList
Removes the contact from im list.
Public methodRemoveDelegate(Mailbox, UserId)
Removes delegate on a specific mailbox.
Public methodRemoveDelegate(Mailbox, IListUserId)
Removes delegates on a specific mailbox.
Public methodRemoveDistributionGroupFromImList
Removes the distribution group from im list.
Public methodRemoveImContactFromGroup
Removes the im contact from group.
Public methodRemoveImGroup
Removes the im group.
Public methodReply(ReplyItem)
Sends reply message.
Public methodReply(IListReplyItem)
Sends reply messages.
Public methodReply(ReplyItem, FolderId)
Sends reply message.
Public methodReply(ReplyItem, MessageDisposition)
Sends reply message.
Public methodReply(IListReplyItem, FolderId)
Sends reply messages.
Public methodReply(IListReplyItem, MessageDisposition)
Sends reply messages.
Public methodReply(ReplyItem, MessageDisposition, FolderId)
Sends reply message.
Public methodReply(IListReplyItem, MessageDisposition, FolderId)
Sends reply messages.
Public methodReplyToAll(ReplyAllItem)
Sends reply message to all recipients.
Public methodReplyToAll(IListReplyAllItem)
Sends reply messages to all recipients.
Public methodReplyToAll(ReplyAllItem, FolderId)
Sends reply message to all recipients.
Public methodReplyToAll(ReplyAllItem, MessageDisposition)
Sends reply message to all recipients.
Public methodReplyToAll(IListReplyAllItem, FolderId)
Sends reply messages to all recipients.
Public methodReplyToAll(IListReplyAllItem, MessageDisposition)
Sends reply messages to all recipients.
Public methodReplyToAll(ReplyAllItem, MessageDisposition, FolderId)
Sends reply message to all recipients.
Public methodReplyToAll(IListReplyAllItem, MessageDisposition, FolderId)
Sends reply messages to all recipients.
Public methodResolveNames(String)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, FolderId)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, ResolveNamesSearchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, Boolean)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, FolderId, ResolveNamesSearchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, FolderId, Boolean)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, Boolean, ResolveNamesSearchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, FolderId, Boolean, ResolveNamesSearchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, Boolean, ResolveNamesSearchScope, ContactDataShapeType)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodResolveNames(String, FolderId, Boolean, ResolveNamesSearchScope, ContactDataShapeType)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
Public methodSearchMailboxes(MailboxQuery)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String)
Searches the mailboxes.
Public methodSearchMailboxes(MailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String, SearchPageDirection)
Searches the mailboxes.
Public methodSearchMailboxes(IListMailboxQuery, SearchResultType, PreviewItemShape, IListPropertyOrder, String, Boolean, Int32, String, SearchPageDirection)
Searches the mailboxes.
Public methodSend(ItemId)
Sends an email message.
Public methodSend(IListItemId)
Sends email messages.
Public methodSend(Message)
Sends an email message.
Public methodSend(IListMessage)
Sends email messages.
Public methodSend(ItemId, FolderId)
Sends an email message.
Public methodSend(ItemId, StandardFolder)
Sends an email message.
Public methodSend(ItemId, Boolean)
Sends an email message.
Public methodSend(IListItemId, FolderId)
Sends email messages.
Public methodSend(IListItemId, StandardFolder)
Sends email messages.
Public methodSend(IListItemId, Boolean)
Sends email messages.
Public methodSend(Message, MessageDisposition)
Sends an email message.
Public methodSend(IListMessage, MessageDisposition)
Sends email messages.
Public methodSend(ItemId, Boolean, FolderId)
Sends an email message.
Public methodSend(IListItemId, Boolean, FolderId)
Sends email messages.
Public methodSend(Message, MessageDisposition, FolderId)
Sends an email message.
Public methodSend(IListMessage, MessageDisposition, FolderId)
Sends email messages.
Public methodSendMeetingRequest(Appointment)
Sends meeting request.
Public methodSendMeetingRequest(IListAppointment)
Sends meeting requests.
Public methodSendMeetingRequest(Appointment, FolderId)
Sends meeting request.
Public methodSendMeetingRequest(Appointment, SendMeetingInvitations)
Sends meeting request.
Public methodSendMeetingRequest(IListAppointment, FolderId)
Sends meeting requests.
Public methodSendMeetingRequest(IListAppointment, SendMeetingInvitations)
Sends meeting requests.
Public methodSendMeetingRequest(Appointment, SendMeetingInvitations, FolderId)
Sends meeting request.
Public methodSendMeetingRequest(IListAppointment, SendMeetingInvitations, FolderId)
Sends meeting requests.
Public methodSendNotificationResult
Sends the notification result.
Public methodSetHoldOnMailboxes(HoldActionType, String, String)
Sets the hold on mailboxes.
Public methodSetHoldOnMailboxes(HoldActionType, String, String, IListString, String, Boolean, Boolean, String)
Sets the hold on mailboxes.
Public methodSetImGroup
Sets the im group.
Public methodSetOutOfOffice(OutOfOffice, EmailAddress)
Sets the Out of Office settings for a specific mailbox.
Public methodSetOutOfOffice(OutOfOffice, String)
Sets the Out of Office settings for a specific mailbox.
Public methodSubscribe
Subscribes to notifications.
Public methodSyncFolders
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(FolderId)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderShape)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(IListPropertyPath)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(StandardFolder)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, FolderShape)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, IListPropertyPath)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderShape, String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(IListPropertyPath, String)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
Public methodSyncFolders(StandardFolder, FolderShape)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, IListPropertyPath)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, FolderShape, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(FolderId, IListPropertyPath, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, FolderShape, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncFolders(StandardFolder, IListPropertyPath, String)
Synchronizes the subfolders of a specific folder.
Public methodSyncItems(FolderId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, IListPropertyPath)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, ItemShape)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, IListPropertyPath)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, IListPropertyPath, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, ItemShape, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, IListPropertyPath, String)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, IListPropertyPath, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, IListPropertyPath, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, ItemShape, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, ItemShape, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, IListPropertyPath, String, IListItemId)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, IListPropertyPath, String, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, IListPropertyPath, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, ItemShape, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(StandardFolder, IListPropertyPath, String, IListItemId, Int32)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodSyncItems(FolderId, ItemShape, String, IListItemId, Int32, SyncItemsScope)
Synchronizes the items of a specific folder. The SyncItems method will return a maximum of 512 changes.
Public methodTentativelyAcceptMeetingRequest(TentativelyAcceptItem)
Tentatively accepts meeting request.
Public methodTentativelyAcceptMeetingRequest(IListTentativelyAcceptItem)
Tentatively accepts meeting requests.
Public methodTentativelyAcceptMeetingRequest(TentativelyAcceptItem, FolderId)
Tentatively accepts meeting request.
Public methodTentativelyAcceptMeetingRequest(TentativelyAcceptItem, MessageDisposition)
Tentatively accepts meeting request.
Public methodTentativelyAcceptMeetingRequest(IListTentativelyAcceptItem, FolderId)
Tentatively accepts meeting requests.
Public methodTentativelyAcceptMeetingRequest(IListTentativelyAcceptItem, MessageDisposition)
Tentatively accepts meeting requests.
Public methodTentativelyAcceptMeetingRequest(TentativelyAcceptItem, MessageDisposition, FolderId)
Tentatively accepts meeting request.
Public methodTentativelyAcceptMeetingRequest(IListTentativelyAcceptItem, MessageDisposition, FolderId)
Tentatively accepts meeting requests.
Public methodToString (Inherited from Object.)
Public methodUninstallApp
Uninstalls the application.
Public methodUnsubscribe
Removes notification subscription.
Public methodUpdateCalendarOptions(CalendarOptions)
Updates the calendar options.
Public methodUpdateCalendarOptions(CalendarOptions, FolderId)
Updates the calendar options.
Public methodUpdateCalendarOptions(CalendarOptions, StandardFolder)
Updates the calendar options.
Public methodUpdateCategoryList(CategoryList)
Updates the category list.
Public methodUpdateCategoryList(CategoryList, FolderId)
Updates the category list.
Public methodUpdateCategoryList(CategoryList, StandardFolder)
Updates the category list.
Public methodUpdateDelegate(Mailbox, DelegateUser)
Updates delegates on a specific mailbox.
Public methodUpdateDelegate(Mailbox, IListDelegateUser)
Updates delegates on a specific mailbox.
Public methodUpdateDelegate(Mailbox, DelegateUser, DeliverMeetingRequests)
Updates delegates on a specific mailbox.
Public methodUpdateDelegate(Mailbox, IListDelegateUser, DeliverMeetingRequests)
Updates delegates on a specific mailbox.
Public methodUpdateFolder(FolderChange)
Modify properties of an existing folder.
Public methodUpdateFolder(IListFolderChange)
Modify properties of existing folders.
Public methodUpdateFolder(FolderId, Property)
Modify properties of an existing folder.
Public methodUpdateFolder(FolderId, PropertyPath)
Modify properties of an existing folder.
Public methodUpdateFolder(FolderId, IListProperty)
Modify properties of an existing folder.
Public methodUpdateFolder(FolderId, IListPropertyPath)
Modify properties of an existing folder.
Public methodUpdateFolder(FolderId, Property, PropertyPath)
Modify properties of an existing folder.
Public methodUpdateFolder(FolderId, IListProperty, IListPropertyPath)
Modify properties of an existing folder.
Public methodUpdateItem(ItemChange)
Updates the properties of an existing item.
Public methodUpdateItem(IListItemChange)
Updates the properties of the existing items.
Public methodUpdateItem(ItemChange, ConflictResolution)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(IListItemChange, ConflictResolution)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, MessageDisposition)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, SendMeetingOption)
Updates the properties of the existing items.
Public methodUpdateItem(ItemId, Property)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, ConflictResolution, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, ConflictResolution, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(IListItemChange, ConflictResolution, MessageDisposition)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, ConflictResolution, SendMeetingOption)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, MessageDisposition, FolderId)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, SendMeetingOption, FolderId)
Updates the properties of the existing items.
Public methodUpdateItem(ItemId, Property, ConflictResolution)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, ConflictResolution)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, ConflictResolution)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, ConflictResolution)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(IListItemChange, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of the existing items.
Public methodUpdateItem(IListItemChange, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of the existing items.
Public methodUpdateItem(ItemId, Property, ConflictResolution, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, ConflictResolution, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, ConflictResolution, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, ConflictResolution, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, ConflictResolution, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, ConflictResolution, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, ConflictResolution, MessageDisposition)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, ConflictResolution, SendMeetingOption)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemChange, ConflictResolution, MessageDisposition, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(IListItemChange, ConflictResolution, MessageDisposition, SendMeetingOption, FolderId)
Updates the properties of the existing items.
Public methodUpdateItem(ItemId, Property, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, Property, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, PropertyPath, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, ConflictResolution, MessageDisposition, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListPropertyPath, ConflictResolution, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItem(ItemId, IListProperty, IListPropertyPath, IListProperty, ConflictResolution, MessageDisposition, SendMeetingOption, FolderId)
Updates the properties of an existing item.
Public methodUpdateItemInRecoverableItems
Updates the item in recoverable items.
Public methodUpdateOwaOptions(OwaOptions)
Updates the owa options.
Public methodUpdateOwaOptions(OwaOptions, FolderId)
Updates the owa options.
Public methodUpdateOwaOptions(OwaOptions, StandardFolder)
Updates the owa options.
Public methodUpdateRetentionSettings(RetentionSettings)
Updates the retention settings.
Public methodUpdateRetentionSettings(RetentionSettings, FolderId)
Updates the retention settings.
Public methodUpdateRetentionSettings(RetentionSettings, StandardFolder)
Updates the retention settings.
Public methodUpdateRule(Rule)
Updates an inbox rule.
Public methodUpdateRule(IListRule)
Updates inbox rules.
Public methodUpdateRule(Rule, Boolean)
Updates an inbox rule.
Public methodUpdateRule(Rule, String)
Updates an inbox rule.
Public methodUpdateRule(IListRule, Boolean)
Updates inbox rules.
Public methodUpdateRule(IListRule, String)
Updates inbox rules.
Public methodUpdateRule(Rule, String, Boolean)
Updates an inbox rule.
Public methodUpdateRule(IListRule, IListRule, IListString)
Updates inbox rules.
Public methodUpdateRule(IListRule, String, Boolean)
Updates inbox rules.
Public methodUpdateRule(IListRule, IListRule, IListString, Boolean)
Updates inbox rules.
Public methodUpdateRule(IListRule, IListRule, IListString, String)
Updates inbox rules.
Public methodUpdateRule(IListRule, IListRule, IListString, String, Boolean)
Updates inbox rules.
Public methodUpdateUserConfiguration
Updates a user configuration object on a folder.
Public methodUploadItems(UploadItem)
Imports an item to a mailbox.
Public methodUploadItems(IListUploadItem)
Imports items to a mailbox.
Top
See Also